home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 32 / mf.zip / MF.DOC next >
Text File  |  1991-06-25  |  36KB  |  929 lines

  1.  
  2.  
  3.  
  4.  
  5.                          M I N E   F I E L D
  6.                          -------------------
  7.  
  8.  
  9.                              Version 1.00
  10.                              ------------
  11.  
  12.  
  13.                     Written by:  Charles A. Hardy
  14.                             Member of the
  15.                 Association of Shareware Professionals
  16.  
  17.  
  18.              Copyright 1990-1991 Expert Source Code, Inc.
  19.                          All Rights Reserved.
  20.  
  21.  
  22.  
  23.               P R O G R A M   D O C U M E N T A T I O N
  24.               -----------------------------------------
  25.  
  26.  
  27.                       Last updated:  May, 1991
  28.  
  29.  
  30.  
  31.  
  32.     +-----------------------------------------------------------+
  33.     |                     Table of Contents                     |
  34.     +-----------------------------------------------------------+
  35.  
  36.          Program Requirements. . . . . . . . . . . . . . .  2
  37.          Program Description . . . . . . . . . . . . . . .  2
  38.          Packing List. . . . . . . . . . . . . . . . . . .  3
  39.          Release and Update History. . . . . . . . . . . .  4
  40.          Other Expert Source Code, Inc. Shareware. . . . .  4
  41.          Shareware Concept . . . . . . . . . . . . . . . .  6
  42.          Program Registration. . . . . . . . . . . . . . .  7
  43.          Product Support . . . . . . . . . . . . . . . . .  8
  44.          ESC BBS . . . . . . . . . . . . . . . . . . . . .  8
  45.          Author/Publisher Information. . . . . . . . . . .  9
  46.          Association of Shareware Professionals (ASP). . .  9
  47.          ASP Ombudsman Statement . . . . . . . . . . . . . 11
  48.          Programming Tools . . . . . . . . . . . . . . . . 11
  49.          Trial Use License . . . . . . . . . . . . . . . . 11
  50.          Shareware Version Distribution License. . . . . . 12
  51.          Trial Use (Shareware Version) Warranty. . . . . . 14
  52.          Registered Version ONLY Warranty. . . . . . . . . 15
  53.          Applying for ASP Membership . . . . . . . . . . . 15
  54.          How to Contact Expert Source Code, Inc. . . . . . 16
  55.  
  56.  
  57.  
  58.  
  59.   Mine Field Documentation                          Page 1 of 16
  60.  
  61.  
  62.  
  63.                         =====================
  64.                         Program Requirements:
  65.                         =====================
  66.  
  67.     Mine Field runs in 640 X 480 X 16 VGA graphics mode.  It
  68.     requires about 350K of disk space and about 400K of free
  69.     memory (RAM).  Mind Field also requires a mouse for program
  70.     interaction.  The delay at the beginning of the program is
  71.     necessary to load all of the pictures that this program uses.
  72.  
  73.     NOTE:  Because of the intensive disk access of this program
  74.            when loading the graphics files (Especially during the
  75.            introduction) it is recommended that you run it from a
  76.            hard disk.  This will drastically cut the delay at the
  77.            beginning of the program.
  78.  
  79.  
  80.                          ====================
  81.                          Program Description:
  82.                          ====================
  83.  
  84.     Mine Field is a graphical game of logic and deduction.  Your
  85.     job is to mark all of the mines in a mine field so that your
  86.     troups can make it through safely.  There are 15 differect
  87.     board to choose from and you can select how many bombs to put
  88.     on each board.  The games begins with a board of raised tiles.
  89.     Your then have to click on a tile and hope there isn't a mine
  90.     under it.  If you don't get blown up the tile removes itself to
  91.     reveal either a blank space or a number.  A blank space means
  92.     that there are no bombs in the 8 surrounding squares and the
  93.     computer will automaticly uncover those squares for you until
  94.     it reaches a square with a number.  A numbered square means that
  95.     there are that number of bombs in the surrounding 8 tiles.
  96.  
  97.     You have to figure out where all of the bombs are and mark them
  98.     by clicking on them with the right button.  This turns the tile
  99.     red and prevents you from uncovering it with the left button.  If
  100.     you change your mind about weather or not there is a bomb under
  101.     a red tile then you can click on it again with the right button
  102.     and it will turn back to a normal square and you will then be able
  103.     to uncover that tile with the left button.
  104.  
  105.     The game is over when you mark all of the bombs or when you uncover
  106.     all of the safe tiles.
  107.  
  108.     Some of the features of Mine Field include:
  109.  
  110.       *  Superb VGA graphics.
  111.  
  112.       *  Mouse support.
  113.  
  114.  
  115.  
  116.  
  117.   Mine Field Documentation                          Page 2 of 16
  118.  
  119.  
  120.  
  121.       *  15 different Board to choose from.
  122.  
  123.       *  User selected number of Mines.
  124.  
  125.       *  On-line rules.
  126.  
  127.       *  Sound Toggle.
  128.  
  129.  
  130.                              =============
  131.                              Packing List:
  132.                              =============
  133.  
  134.     The complete Mine Field Shareware package should contain
  135.     the following files.  Please ensure that each file is
  136.     present.  If any of these files are missing then the
  137.     package is not complete and is not suitable for distribution
  138.     to others.  The complete package may be obtained directly
  139.     from Expert Source Code, Inc. or by downloading from ESC BBS.
  140.  
  141.      File Name                   Description of File
  142.     -----------    ----------------------------------------------
  143.     MF.EXE       - The Mine Field executable program file.
  144.  
  145.     MF.GXL       - The Mind Field graphics library.
  146.  
  147.     MF.DOC      -  The Mind Field documentation file.
  148.  
  149.     REGISTER.FRM - The Mind Field registration form.
  150.  
  151.  
  152.                      ===========================
  153.                      Release and Update History:
  154.                      ===========================
  155.  
  156.     1.00 - Initial release.
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.   Mine Field Documentation                          Page 3 of 16
  176.  
  177.  
  178.               =========================================
  179.               Other Expert Source Code, Inc. Shareware:
  180.               =========================================
  181.  
  182.     AGGRESSION - Written by:  Thomas B. Hardy (ASP)
  183.          Aggression is a board game that combines some of the
  184.          aspects of checkers and backgammon.  The object is to
  185.          get all of your pieces from their starting side to the
  186.          opposite side before your opponent does.  One or two
  187.          players.  EGA and a Mouse are required.
  188.  
  189.     APPLES & ORANGES - Written by:  Charles A. Hardy (ASP)
  190.          Apples & Oranges is an Othello style strategy board
  191.          game.  It can be played by either 1 or 2 players.  The
  192.          object of the game is to capture as many of your
  193.          opponents pieces as possible.  One or two players.  EGA
  194.          and a Mouse are required.
  195.  
  196.     DRAW POKER - Written by:  Charles A. Hardy (ASP)
  197.          Draw Poker is like a cross between a slot machine and
  198.          Poker.  You make your bet, replace any unwanted cards
  199.          and collect your winnings.  This is a single player
  200.          game and includes a TOP 10 list.  VGA and a Mouse
  201.          are required.
  202.  
  203.     EXPERT TOOLS - Written by:  Thomas B. Hardy (ASP)
  204.          Expert Tools are the utilities that Norton forgot.
  205.          Containing over a dozen utilities these tools can be
  206.          used from the command line or from the included shell
  207.          program.
  208.  
  209.     FLORIDA LOTTERY - Written by:  Charles A. Hardy (ASP)
  210.          Florida Lottery is a number picker/tracker for Florida's
  211.          lottery games.  It covers CA$H 3, FANTASY 5 and LOTTO
  212.          games.  Florida Lottery also includes complete history
  213.          files for the FANTASY 5 and LOTTO games.  The program
  214.          supports either EGA graphics or ASCII color graphics.
  215.          Either a color monitor or EGA graphics is required.
  216.  
  217.     MASTER MIND - Written by:  Charles A. Hardy (ASP)
  218.          Master Mind is a game of logic and deduction.  The object
  219.          of the game is to guess which pieces of fruit go in which
  220.          position.  The setup screen lets you choose to guess at
  221.          5 to 7 position from 5 to 9 pieces of fruit (with or
  222.          without multiple pieces of the same kind of fruit) with
  223.          three levels of reporting.  This is a single player game.
  224.          VGA and a Mouse are required.
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.   Mine Field Documentation                          Page 4 of 16
  234.  
  235.  
  236.  
  237.     MATCH'EM - Written by:  Charles A. Hardy (ASP)
  238.          Match'em is an concentration style memory game.  The
  239.          game is played on an 8 X 8 grid of raised buttons.
  240.          Inside of each button is a picture.  The object of the
  241.          game is to try to select two (2) buttons with alike
  242.          pictures for a match.  One or two players.  EGA and a
  243.          Mouse are required.
  244.  
  245.     MINE FIELD - Written by:  Charles A. Hardy (ASP)
  246.          Mine Field is graphical game of logic and deduction.
  247.          The object of the game is to mark all of the mines in
  248.          the enemy mine field so that your troups can get
  249.          through.  There are 15 different board styles to choose
  250.          from and a user selected number of bombs in each field.
  251.          VGA and a Mouse are required.
  252.  
  253.     SUPER MAXIT - Written by:  Joe M. Paris (ASP)
  254.          Super Maxit is a graphical version of the classic MAXIT
  255.          strategy board game with a few twists.  There are
  256.          several board shapes that the user can choose from.  One
  257.          or two players.  EGA is required.
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.   Mine Field Documentation                          Page 5 of 16
  292.  
  293.  
  294.  
  295.                           ==================
  296.                           Shareware Concept:
  297.                           ==================
  298.  
  299.     If you are familiar with the idea behind Shareware, then you
  300.     know that Shareware is the ultimate in money back guarantees.
  301.  
  302.     Most money back guarantees work like this:  You pay for the
  303.     product and them have some period of time to try it out and
  304.     see whether of not you like it.  If you don't like it or find
  305.     that it doesn't do what you need, you return it (undamaged)
  306.     and at some point - which might take months - you get your
  307.     money back.  Some software companies won't even let you try
  308.     their product!  In order to qualify for a refund, the
  309.     diskette envelope must have an unbroken seal.  With these
  310.     "licensing" agreements, you only qualify for your money back
  311.     if you haven't tried the product.  How absurd!
  312.  
  313.     Shareware is very different.  With Shareware you get to try
  314.     it for a limited time, without spending a penny.  If you
  315.     decide not to continue using it, you throw it away and forget
  316.     all about it.  No paperwork, phone calls, or correspondence
  317.     to waste your valuable time.
  318.  
  319.     Software authors who use the Shareware method of distribution
  320.     feel that Shareware is the best way to try a product.  You
  321.     are able to try it on your own system(s), in your own special
  322.     environment, with no sales people looking over your shoulder.
  323.     Have you ever purchased a car and realized that if you could
  324.     have test driven it for 2 weeks your purchase decision might
  325.     have been different?  With Shareware these problems can be
  326.     avoided - you DO have a 2 week test-drive!
  327.  
  328.     After trying a Shareware product and deciding to continue to
  329.     use it, then - and only then - do you pay for it.  not only
  330.     that, but Shareware is traditionally MUCH less expensive
  331.     simply because you are paying for the software, not the
  332.     advertising and marketing that comprises that majority of the
  333.     cost of most software (a one page ad in PC Magazine, one
  334.     time, can cost upwards of $20,000).  If the try-before-you-
  335.     buy concept sounds like an ideal way to make your purchase
  336.     decisions, you're right!
  337.  
  338.     Some companies burden their products with annoying copy
  339.     protection schemes because they don't trust their users.
  340.     Shareware developers not only don't use copy protection, they
  341.     freely distribute their products because they DO trust their
  342.     users.
  343.  
  344.     Someone once said that you should never trust software that
  345.     doesn't trust you.  This makes a lot of sense - no wonder
  346.     Shareware is becoming so popular among users and developers.
  347.  
  348.  
  349.   Mine Field Documentation                          Page 6 of 16
  350.  
  351.  
  352.  
  353.     Shareware is a distribution method, NOT a type of software.
  354.     Shareware is produced by accomplished programmers, just like
  355.     retail software.  There is good and bad Shareware, just as
  356.     there is good and bad retail software.  The primary
  357.     difference between Shareware and retail software is that with
  358.     Shareware you know if it's good or bad BEFORE you pay for it.
  359.     Registration of Shareware products, in addition to being
  360.     required, is also an incentive for programmers to continue to
  361.     produce quality software for the Shareware market.
  362.  
  363.     There is another significant advantage to Shareware - it
  364.     allows small companies like Expert Source Code, Inc. to make
  365.     software available without the hundreds of thousands of
  366.     dollars in expenses that it takes to launch a traditional
  367.     retail software product.  There are many programs on the
  368.     market today which would never have become available without
  369.     the Shareware marketing method.  Please show your support for
  370.     Shareware by registering those programs you actually use and
  371.     by passing them on to others.  Thank you for your support!
  372.  
  373.  
  374.                         =====================
  375.                         Program Registration:
  376.                         =====================
  377.  
  378.     Mine Field is marketed under the Shareware concept (for a more
  379.     detailed description of Shareware see above).  You are free
  380.     to use this program for a trial period of two weeks.  If
  381.     you continue to use this program after the trial period you
  382.     are required to register it.  The program is registered by
  383.     mailing in the registration form (printed from the program or
  384.     printed from the file REGISTER.FRM) with the appropriate
  385.     fees.
  386.  
  387.     Credit Card users may also register by calling the ESC BBS
  388.     (See descritpion below) at 407/699-8258 and typing "OPEN 2"
  389.     at the main menu prompt or by E-Mailing us a completed regis-
  390.     tration form.
  391.  
  392.           ESC BBS (9600 Courier HST) - 407/699-8258
  393.                    CompuServe - 72711,2035
  394.                       Prodigy - FGTD17A
  395.                        GEnie - C.HARDY7
  396.                        Delphi - ESCINC
  397.  
  398.     Registered users of Mine Field will receive the following
  399.     benefits:
  400.  
  401.       *  A registered copy of the latest version of Mine Field.
  402.  
  403.       *  Product support as described below.
  404.  
  405.  
  406.  
  407.   Mine Field Documentation                          Page 7 of 16
  408.  
  409.  
  410.  
  411.       *  Free upgrades (cost only).  If you see a latter version
  412.          of Mine Field and you would like your registered copy
  413.          upgraded to that version just contact us and we will
  414.          update your copy for only what it costs us for the disk
  415.          and shipping ($5.00).
  416.  
  417.  
  418.                            ================
  419.                            Product Support:
  420.                            ================
  421.  
  422.     Support for all of Expert Source Code, Inc. Shareware
  423.     products is available in the following forms:
  424.  
  425.       *  By calling the ESC BBS (The support BBS for Expert
  426.          Source Code, Inc.) at (407) 699-8258 (1200/2400/9600
  427.          Courier HST - 24 hours a day) and leaving a (C)omment to
  428.          the SYSOP.
  429.  
  430.       *  Via E-Mail to:  CompuServe - 72711,2035
  431.                             Prodigy - FGTD17A
  432.                              GEnie - C.HARDY7
  433.                              Delphi - ESCINC
  434.  
  435.       *  By U.S. Mail to:   Expert Source Code, Inc.
  436.                             P. O. Box 180519
  437.                             Casselberry, FL  32718-0519
  438.  
  439.  
  440.                                ========
  441.                                ESC BBS:
  442.                                ========
  443.  
  444.     ESC BBS is the Expert Source Code, Inc. support BBS.  In
  445.     addition to it's normal BBS services ESC BBS offers free
  446.     support and order processing for all of Expert Source Code,
  447.     Inc. Shareware.  ESC BBS also has all of the latest version
  448.     of Expert Source Code, Inc. Shareware products for free
  449.     downloading (not including long distance telephone charges
  450.     of course).  You can also register Expert Source Code, Inc.
  451.     products on-line by typing "OPEN 2" at the main menu prompt.
  452.  
  453.     ESC BBS operates a 1200/2400/9600 Courier HST modem 24 hours
  454.     a day and can be reached at (407) 699-8258.
  455.  
  456.     Complete access to all of ESC BBS features is free just for
  457.     answering the questions the first time you sign on.
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464.  
  465.   Mine Field Documentation                          Page 8 of 16
  466.  
  467.  
  468.                     =============================
  469.                     Author/Publisher Information:
  470.                     =============================
  471.  
  472.     Expert Source Code, Inc. is a small software company owned
  473.     and operated by its three resident programmers.  At Expert
  474.     Source Code, Inc. we believe that the primary purpose of our
  475.     business is service, not profit,  This concept is fundamental
  476.     to our approach to product development, production and
  477.     marketing.  All of Expert Source Code, Inc. authors are
  478.     members of the Association of Shareware Professionals (ASP).
  479.  
  480.     Please feel free to contact us at any time if you have any
  481.     questions, comments or suggestions.  We can be reached by the
  482.     following methods:
  483.  
  484.       *  U.S. Mail to:  Expert Source Code, Inc.
  485.                         P. O. Box 180519
  486.                         Casselberry, FL  32718-0519
  487.  
  488.       *  E-Mail to:   CompuServe - 72711,2035
  489.                             Prodigy - FGTD17A
  490.                              GEnie - C.HARDY7
  491.                              Delphi - ESCINC
  492.  
  493.       *  ESC BBS (The home of Expert Source Code, Inc.) at
  494.          (407) 699-8258 (1200/2400/9600 Courier HST - 24
  495.          hours a day.
  496.  
  497.             =============================================
  498.             Association of Shareware Professionals (ASP):
  499.             =============================================
  500.  
  501.                          _______
  502.                     ____|__     |               (tm)
  503.                  --|       |    |-------------------
  504.                    |   ____|__  |  Association of
  505.                    |  |       |_|  Shareware
  506.                    |__|   o   |    Professionals
  507.                  -----|   |   |---------------------
  508.                       |___|___|    MEMBER
  509.  
  510.     In the early days of Shareware there were no real standards.
  511.     Independent authors had no efficient way to learn from each
  512.     other or to work together to improve the overall image of
  513.     Shareware.  There was no system in place th ensure that users
  514.     were treated fairly and professionally.   There was no way
  515.     for users to find an address for an author who had moved.  In
  516.     short, the Shareware community was disorganized and each
  517.     author did things the way he or she thought was best.  It was
  518.     clear that if Shareware was ever to become a viable and
  519.     respected marketing alternative, there had to bo some stan-
  520.     dardication.  There had to be some guidelines to best serve
  521.     the users.
  522.  
  523.   Mine Field Documentation                          Page 9 of 16
  524.  
  525.  
  526.  
  527.     In 1987 a handful of Shareware authors founded the Associa-
  528.     tion of Shareware Professionals (ASP).  In forming this
  529.     industry association these Shareware authors had several
  530.     primary goals in mind, including:
  531.  
  532.       *  To inform users about Shareware programs and about
  533.          Shareware as a method of distributing and marketing
  534.          software.
  535.  
  536.       *  To foster a high degree of professionalism among
  537.          Shareware authors by setting programming, marketing,
  538.          support standards for ASP members to follow.
  539.  
  540.       *  To encourage broader distribution of Shareware through
  541.          user groups and disk dealers who agree to identify and
  542.          explain the nature of Shareware.
  543.  
  544.       *  To assist members in marketing their software.
  545.  
  546.       *  To provide a forum through which ASP members may
  547.          communicate, share ideas, and learn from each other.
  548.  
  549.  
  550.     The newly formed Association of Shareware Professionals
  551.     worked together to draft a code of ethics for all present
  552.     and future members.  This code of ethics included several
  553.     requirements that soon became very popular among users
  554.     (customers), including:
  555.  
  556.  
  557.       *  A member's program (evaluation version) could not be
  558.          limited (crippled) in any way.  In the true spirit of
  559.          Try-Before-You-Buy, users must be able to evaluate all
  560.          the features in a program before paying the registration
  561.          fee.
  562.  
  563.       *  Members must respond to every registration.  At the very
  564.          least they must send a receipt for the payment.
  565.  
  566.       *  Members must provide technical support for their
  567.          products for at least 90 days from the date of
  568.          registration.
  569.  
  570.     A new system was put in place to help ensure that users were
  571.     treated fairly and professionally.  If a user was unable to
  572.     resolve a problem with a member author them the user could
  573.     contact the ASP Ombudsman with their complaint.  The
  574.     Ombudsman would then try to help resolve the dispute.  for
  575.     more complete details reguarding the Ombudsman, please refer
  576.     to the "ASP Ombudsman Statement" below.
  577.  
  578.  
  579.  
  580.  
  581.   Mine Field Documentation                          Page 10 of 16
  582.  
  583.  
  584.                        ========================
  585.                        ASP Ombudsman Statement:
  586.                        ========================
  587.  
  588.     This program is produced by a member of the Association of
  589.     Shareware Professionals (ASP).  ASP wants to make sure that the
  590.     shareware principle works for you.  If you are unable to resolve
  591.     a shareware-related problem with an ASP member by contacting the
  592.     member directly, ASP may be able to help.  The ASP Ombudsman can
  593.     help you resolve a dispute or problem with an ASP member, but
  594.     does not provide technical support for members' products.
  595.  
  596.     Please write to the ASP Ombudsman at:
  597.  
  598.             ASP Ombudsman
  599.             545 Grover Road
  600.             Muskegon, MI  49442-9427
  601.             U.S.A.
  602.  
  603.     or send a CompuServe message via CompuServe MAIL to ASP Ombudsman
  604.     70007,3536.
  605.  
  606.  
  607.                           ==================
  608.                           Programming Tools:
  609.                           ==================
  610.  
  611.     Mine Field was written using the following software tools:
  612.  
  613.       *  Turbo Pacsal 6.0 by Borland International.
  614.  
  615.       *  Expert Software Tools by Expert Source Code, Inc.
  616.  
  617.       *  TechnoJock's Turbo Toolkit by TechnoJock Software, Inc.
  618.  
  619.       *  GX Development Kit by GENUS Microprogramming.
  620.  
  621.  
  622.  
  623.                           ==================
  624.                           TRIAL USE LICENSE:
  625.                           ==================
  626.  
  627.     Mine Field is NOT a public domain program.  It is
  628.     Copyright 1990-1991 by Expert Source Code, Inc.  All
  629.     rights reserved.
  630.  
  631.     This software and accompanying documentation are protected by
  632.     United States Copyright law and also by International Treaty
  633.     provisions.  Any use of this software in violation of
  634.     Copyright law or the terms of this limited license will be
  635.     prosecuted to the best of our ability.  The conditions under
  636.     which you may copy this software and documentation are
  637.     clearly outlined below.
  638.  
  639.   Mine Field Documentation                          Page 11 of 16
  640.  
  641.  
  642.  
  643.     Expert Source Code, Inc. hereby grants you a limited license
  644.     to use this software for evaluation purposes for a period not
  645.     to exceed two weeks.  If you intend to continue using this
  646.     software (and/or it's documentation) after the two week
  647.     evaluation period, you MUST make a registration payment to
  648.     Expert Source Code, Inc.
  649.  
  650.     Using this software after the two week evaluation period,
  651.     without registering the software is a violation of the terms
  652.     of this limited license.
  653.  
  654.     Licensee shall not use, copy, rent, lease, sell, modify,
  655.     decompile, disassemble, otherwise reverse engineer, or
  656.     transfer the licensed program except as provided in this
  657.     agreement.  Any such unauthorized use shall result in
  658.     immediate and automatic termination of this license.
  659.  
  660.     All rights not expressly granted here are reserved to Expert
  661.     Source Code, Inc.
  662.  
  663.               =======================================
  664.               Shareware Version Distribution License:
  665.               =======================================
  666.  
  667.     As the copyright holder for Mine Field, Expert Source Code,
  668.     Inc. authorizes distribution by individuals only in
  669.     accordance with the following restrictions.
  670.  
  671.     Vendors who are ASP Associate Members in good standing are
  672.     hereby given permission to distribute the Mine Field
  673.     package in accordance with the Distribution Restrictions
  674.     listed above.  ASP Associate Members (often called "ASP
  675.     Approved Vendors") in good standing do not need to request
  676.     permission to distribute this package. This permission is
  677.     in effect until or unless we notify you otherwise, in writing.
  678.     ASP Vendor Members who wish to distribute the Mine Field
  679.     package as part of a collection (such as PsL's MegaDisk set,
  680.     or a CD-ROM package) may do so provided that all the other
  681.     restrictions are met.
  682.  
  683.     Shareware Distributors and Disk Vendors who are not ASP
  684.     Associate Members, but who wish to distribute the Mine Field
  685.     package must comply with the following restrictions in
  686.     addition to those listed below.  In order for us to ensure
  687.     that only current versions are distributed, we require that
  688.     you request permission from us (Expert Source Code, Inc.)
  689.     to distribute any of our products.  Since permission is
  690.     routinely granted, you may begin distributing the Mine Field
  691.     package immediately after sending in your request.  You don't
  692.     need to wait for confirmation from us before beginning dis-
  693.     tribution,  If, for any reason, your request is denied, you
  694.     must cease distribution immediately upon notification.  You
  695.  
  696.  
  697.   Mine Field Documentation                          Page 12 of 16
  698.  
  699.  
  700.  
  701.     may nor list any of our products in advertisements, catalogs
  702.     or other literature which describes our products as "FREE
  703.     SOFTWARE".  Shareware is "Try-Before-You-Buy" software,
  704.     it is not free.
  705.  
  706.     Vendors (non-ASP Vendor Members) who wish to distribute the
  707.     Mine Field package as part of a collection (such as PsL's
  708.     MegaDisk set of a CD-ROM package) must obtain permission
  709.     from Expert Source Code, Inc. prior to beginning such a
  710.     distribution.
  711.  
  712.     Individuals are hereby granted permission by Expert Source
  713.     Code, Inc. to copy the Mine Field diskette for their own use
  714.     (for evaluation purposes) or for other individuals to
  715.     evaluate, ONLY when the following conditions are met.
  716.  
  717.     The Mine Field package is defined as containing all the
  718.     material listed in the "Packing List" section listed above.
  719.     If any files listed in the packing list are missing, then
  720.     the package is not complete and distribution is forbidden.
  721.     Please contact us to obtain a complete package suitable for
  722.     distribution.
  723.  
  724.       *  The Mine Field package - including add related program
  725.          files and documentation files - CANNOT be modified
  726.          in any way and must be distributed as a complete
  727.          package, without exception.  The "Packing List"
  728.          section above contains a list of all files that are
  729.          part of the Mine Field package.
  730.  
  731.       *  No price or other compensation may be charges for the
  732.          Mine Field package.  A distribution cost may be
  733.          charged for the cost of the diskette, shipping and
  734.          handling, as long as the total (per disk) does not
  735.          exceed US$10.00 in the United States and Canada or
  736.          US$12.00 internationally.
  737.  
  738.       *  The Mine Field package CANNOT be sold as part of some
  739.          other inclusive package.  Nor can it be included in
  740.          any commercial software packaging offer, without a
  741.          written agreement from Expert Source Code, Inc.  For
  742.          information on combining the Mine Field package with
  743.          related programs to form a "disk-set", please refer
  744.          to the information below for ASP and non-ASP Disk
  745.          Vendors.
  746.  
  747.       *  The Printed User's Guide may not be reproduced in whole
  748.          or in part, using any means, without the written
  749.          permission of Expert Source Code, Inc.  In other words,
  750.          the disk-based documentation may not be distributed in
  751.          PRINTED (hardcopy) form.
  752.  
  753.  
  754.  
  755.   Mine Field Documentation                          Page 13 of 16
  756.  
  757.  
  758.       *  The Mine Field package cannot be "rented" or "leased"
  759.          to others.
  760.  
  761.       *  The person receiving a copy of the Mine Field package
  762.          MUST be made aware that each disk or copy is ONLY
  763.          for evaluation, and that Expert Source Code, Inc.
  764.          has not received any royalties or payment for the
  765.          product.  This requirement can be met by including the
  766.          complete Mine Field package, which contains any
  767.          appropriate registration reminders.
  768.  
  769.       *  The person receiving a copy of the Mine Field package
  770.          MUST be made aware that he or she does not become
  771.          a registered user until Expert Source Code, Inc.
  772.          has received payment for registration of the software.
  773.          This requirement can be met by including the complete
  774.          Mine Field package, which contains any appropriate
  775.          registration reminders.
  776.  
  777.       *  Expert Source Code, Inc. prohibits the distribution of
  778.          outdated versions of the Mine Field package, without
  779.          written permission from Expert Source Code, Inc.
  780.          If the version you have is over twelve (12) months old,
  781.          please contact us to ensure that you have the most
  782.          current version.  This version was released in May 1991.
  783.  
  784.       *  Licensee shall not use, copy, rent, lease, sell, modify,
  785.          decompile, disassemble, otherwise reverse engineer or
  786.          transfer the licensed program except as provided in
  787.          this agreement.  Any such unauthorized use shall result
  788.          in immediate and automatic termination of this license.
  789.  
  790.       *  U.S. Government Information:  Use, duplication or
  791.          disclosure by the U.S. Government of the computer
  792.          software and documentation in this package shall be
  793.          subject to the restricted rights applicable to
  794.          commercial computer software as set forth in subdivision
  795.          (b)(3)(ii) of the Rights in Technical Data and Computer
  796.          Software clause at 252.227-7013 (DFARS 52.227-7013).
  797.          The Contractor/manufacturer is:
  798.                          Expert Source Code, Inc.
  799.                          P. O.  180519
  800.                          Casselberry, FL 32718-0519
  801.  
  802.     All rights not expressly granted here are reserved to Expert
  803.     Source Code, Inc.
  804.  
  805.  
  806.           ==================================================
  807.           Trial Use (Shareware Evaluation Version) Warranty:
  808.           ==================================================
  809.  
  810.     The Shareware evaluation (trial use) version is provided AS
  811.  
  812.  
  813.   Mine Field Documentation                          Page 14 of 16
  814.  
  815.  
  816.  
  817.     IS.  Expert Source Code, Inc.  MAKES NO WARRANTY OF ANY KIND,
  818.     EXPRESSED OR IMPLIED, INCLUDING WITHOUT LIMITATION, ANY
  819.     WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
  820.     PURPOSE.
  821.  
  822.  
  823.                   =================================
  824.                   Registered Version ONLY Warranty:
  825.                   =================================
  826.  
  827.     Expert Source Code, Inc warrants the physical diskette(s) and
  828.     physical documentation provided with registered verisons to
  829.     be free of defects in materials and workmanship for a period
  830.     of sixty days from the date of registration.  If Expert
  831.     Source Code, Inc. receives notification within the warranty
  832.     period of defects in materials or workmanship, and such
  833.     notification is dertermined by Expert Source Code, Inc. to be
  834.     correct.  Expert Source Code, Inc. will replace the defective
  835.     diskette(s) or documentation.
  836.  
  837.     The entire and exclusive liability and remedy for breach of
  838.     this Limited Warranty shall be limited to replacement of
  839.     defective diskette(s) or dicumentation and shall not include
  840.     or extend to any claim for ir right to recover any other
  841.     damages, including but not limited to, loss of profit, data,
  842.     or use of the software, or special, incidental, or conse-
  843.     quential damages or other similar claims, even if Expert
  844.     Source Code, Inc.  has been specifically advised of the
  845.     possibility of such damages.  In no event will Expert Source
  846.     Code, Inc.'s liability for any damages to you or any other
  847.     person ever exceed the lower of suggested list price or
  848.     actual price paid for the license to use the software,
  849.     regardless of any form of the claim.
  850.  
  851.     Expert Source Code, Inc. SPECIFICALLY DISCLAIMS ALL OTHER
  852.     WARRANTIES, EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED
  853.     TO, ANY IMPLIED WARRANTY OF MERCHANTABILITY AND/OR FITNESS
  854.     FOR A PARTICULAR PURPOSE.
  855.  
  856.  
  857.                    ============================
  858.                    Applying for ASP Membership:
  859.                    ============================
  860.  
  861.     If you would like to apply for ASP Associate Membership (to
  862.     become an ASP approved Vendor or an ASP BBS member), simply
  863.     write to the following address and request a VENDOR or BBS
  864.     membership application package:
  865.  
  866.                     ASP Executive Director
  867.                     545 Grover Road
  868.                     Muskegon, MI  49442-9427
  869.                     U.S.A.
  870.  
  871.   Mine Field Documentation                          Page 15 of 16
  872.  
  873.  
  874.  
  875.     or send a CompuServe message via CompuServe MAIL to ASP
  876.     Executive Director 72050,1433.  You may also FAX a request
  877.     to the ASP executive Director at 1-616-788-2765.
  878.  
  879.  
  880.                ========================================
  881.                How to Contact Expert Source Code, Inc.:
  882.                ========================================
  883.  
  884.     Expert Source Code, Inc. may be contacted by any of the
  885.     following methods:
  886.  
  887.       *  By U.S. Mail to:  Expert Source Code, Inc.
  888.                            P. O. Box 180519
  889.                            Casselberry, FL  32718-0519
  890.  
  891.       *  By E-Mail to:  CompuServe - 72711,2035.
  892.                            Prodigy - FGTD17A
  893.                             GEnie - C.HARDY7
  894.                             Delphi - ESCINC
  895.  
  896.       *  By calling ESC BBS at (407) 699-8258 and leaving a
  897.          (C)omment to the SYSOP.
  898.  
  899.  
  900.  
  901.  
  902.  
  903.  
  904.  
  905.  
  906.  
  907.  
  908.  
  909.  
  910.  
  911.  
  912.  
  913.  
  914.  
  915.  
  916.  
  917.  
  918.  
  919.  
  920.  
  921.  
  922.  
  923.  
  924.  
  925.  
  926.  
  927.  
  928.  
  929.   Mine Field Documentation                          Page 16 of 16